projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6896604
)
* src/pdumper.c (dump_string) [CHECK_STRUCTS]: Fix copy&paste error
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 21 Jan 2019 20:03:28 +0000
(15:03 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 21 Jan 2019 20:03:28 +0000
(15:03 -0500)
src/pdumper.c
patch
|
blob
|
history
diff --git
a/src/pdumper.c
b/src/pdumper.c
index 4bbeabb828ef3c5d27a5eaec2f630c8449e09bc3..e57aa8f2a03ccb1b8ce0afcaa8f1ef523dd4d4dd 100644
(file)
--- a/
src/pdumper.c
+++ b/
src/pdumper.c
@@
-2111,7
+2111,7
@@
dump_interval_tree (struct dump_context *ctx,
static dump_off
dump_string (struct dump_context *ctx, const struct Lisp_String *string)
{
-#if CHECK_STRUCTS && !defined (HASH_Lisp_S
ymbol_60EA1E748E
)
+#if CHECK_STRUCTS && !defined (HASH_Lisp_S
tring_86FEA6EC7C
)
# error "Lisp_String changed. See CHECK_STRUCTS comment."
#endif
/* If we have text properties, write them _after_ the string so that